04. Quiz: Coin Flip 2

04 - Coin Flip 2

Coin Flip 2

QUESTION:

Suppose the probability of heads is 0.25. What’s the probability of coming up tails?

(Assume these are the only two possible outcomes)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

05 - Coin Flip 2 Solution